Delete spurious paren outputting short_usage.
authorRichard M. Stallman <rms@gnu.org>
Thu, 27 May 1993 22:02:16 +0000 (22:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 27 May 1993 22:02:16 +0000 (22:02 +0000)
configure1.in

index be1dbb6aa78669f60df9fdcaccbeb32965d983f9..0481fdba7f0abb3305342085d0ba1a88e8390b06 100755 (executable)
@@ -280,7 +280,7 @@ if [ "${configuration}" = "" ]; then
     echo "- Looks like this is a ${configuration}" 1>&2
   else
     echo '- Failed to guess the system type.  You need to tell me.' 1>&2
-    echo "${short_usage}") >&2
+    echo "${short_usage}" >&2
     exit 1
   fi
 fi